home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Mark Pilgrim
/
Brailler 0.5ß
/
Brailler 0.5ß.source
/
brlr ƒ
/
brlr.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-30
|
369 b
|
23 lines
|
[
TEXT/MMCC
]
#include "brlr.h"
#include "graphics.h"
#include "window layer.h"
void InitTheProgram(void)
{
}
Boolean ShutDownTheProgram(void)
{
WindowPtr theWindow;
while ((theWindow=GetFrontDocumentWindow())!=0L)
if (!CloseTheWindow(theWindow))
return FALSE;
while ((theWindow=FrontWindow())!=0L)
if (!CloseTheWindow(theWindow))
return FALSE;
return TRUE;
}